ostree admin instutil set-kargs: make more flexible
authorOwen W. Taylor <otaylor@fishsoup.net>
Tue, 23 Sep 2014 15:16:53 +0000 (11:16 -0400)
committerOwen W. Taylor <otaylor@fishsoup.net>
Fri, 26 Sep 2014 14:40:37 +0000 (10:40 -0400)
commit262cba09c0bfdcd5f13dea63369b451d817d871f
tree4b33a9b1ab514071698de6849eb9f4cf6ac5ee79
parentedf9cf5a7f0a44895cc3fc0918b427283d129b25
ostree admin instutil set-kargs: make more flexible

Add command line arguments:
 --import-proc-cmdline: import values from /proc/cmdline
 --merge: import current values
 --replace=ARG=VALUE: replace value
 --append=ARG=VALUE: append a new argument

Extra command line arguments are treated like --append=, which
gives backwards compatibility.

https://bugzilla.gnome.org/show_bug.cgi?id=731051
doc/ostree-admin-instutil.xml
src/libostree/ostree-kernel-args.c
src/libostree/ostree-kernel-args.h
src/ostree/ot-admin-builtin-deploy.c
src/ostree/ot-admin-instutil-builtin-set-kargs.c